.single-featured-property .property-content .description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.single-featured-property .property-content .location,.single-featured-property .property-content h5{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.fa-eye{color:#9c7a5d;font-size:16px}.card-shadow{box-shadow:0 4px 26px 0 rgb(66 71 76 / 9%);border:1px solid #e1dddd;border-radius:15px}.read_more{cursor:pointer;}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.badge-top-right{
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    width: 60px !important;
    height: auto;
    z-index: 10;
}

.badge-top-right-property {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width:  75px !important;
    height: auto;
    object-fit: contain;
    z-index: 10;
}

select.zone-select + .select2-container .select2-selection--multiple {
    height: 33px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative !important;
}

.inline-search-area select.zone-select + .select2-container .select2-selection--multiple {
    height: 56px;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #e0e0e0 !important;
}

.advanced-search-form select.zone-select + .select2-container .select2-selection--multiple {
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 3px !important;
}

select.zone-select + .select2-container .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start !important;
    gap: 6px;
    overflow-y: auto;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
}

select.zone-select + .select2-container .select2-selection__rendered.is-empty::before {
    content: attr(data-placeholder);
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    color: #495057;
    font-family: inherit;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

select.zone-select + .select2-container .select2-selection__choice {
    margin: 0 !important;
    padding: 4px 8px !important;
    background-color: var(--primary-color-transparent) !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

select.zone-select + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    display: none;
}

select.zone-select + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #121212 !important;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Poppins, sans-serif;
}

select.zone-select + .select2-container .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    margin-bottom: 0;
}
.select2-dropdown .select2-search--dropdown {
    padding: 8px;
    background-color: #fff;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    border: 1px solid #e5e5ea;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 4px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--primary-theme-color);
    box-shadow: 0 0 0 2px rgba(52, 50, 104, 0.1);
}
.select2-dropdown .select2-search--dropdown {
    order: -1;
    display: block !important;
}

.select2-dropdown .select2-results {
    max-height: 300px;
    overflow-y: auto;
}
.select2-dropdown .select2-results__option {
    padding: 8px 12px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.select2-dropdown .select2-results__option--highlighted {
    background-color: var(--primary-theme-color) !important;
    color: #fff !important;
}
.zone-select-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    font-family: Poppins, sans-serif;
}
.select2-dropdown .select2-results__option[aria-selected="true"] {
    position: relative;
    padding-right: 35px !important;
}
.select2-dropdown .select2-results__option[aria-selected="true"]::after {
    content: '✓';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-theme-color);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected="true"]::after {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}
.search-area-6 select.zone-select + .select2-container .select2-selection--multiple {
    height: 65px;
    min-height: 65px;
}
@media (max-width: 992px) {
    .search-area-6 select.zone-select + .select2-container .select2-selection--multiple {
        height: 45px;
        min-height: 45px;
    }
}
.search-area-properties select.zone-select + .select2-container .select2-selection--multiple {
    height: 50px;
    min-height: 50px;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px;
}

.zone-properties select.zone-select + .select2-container .select2-selection--multiple {
    height: 54px !important;
    border: 1px solid #e7eaf1 !important;
    border-radius: 4px !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
}